aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/lists/[slug] (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove unused trpc files from web and mobileMohamed Bassem11 days2-2/+2
|
* refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem11 days2-16/+27
| | | | | | | | | * refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
* feat(mobile): create new list edit screen (#2310)sergio2025-12-292-0/+302
* feat(mobile): create new edit screen and path * refactor(mobile): use correct import for back navigation * refactor(mobile): remove set state for list type * feat(mobile): handle loading state * feat(mobile): add error handling * feat(mobile): add local validation for empty list name * refactor(mobile): use correct param name in edit path * feat(mobile): handle all pending state cases * refactor(mobile): remove unnecessary return * refactor(mobile): move type validation to top of the file * refactor(mobile): revert validation order * refactor(mobile): clean up submit values * fix(mobile): fix button views